Description
Block the permission inheritance on the input document(s). Returns the document(s).
Operation id | Document.BlockPermissionInheritance |
Category | Document |
Label | Block Permission Inheritance |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.BlockPermissionInheritance",
"label" : "Block Permission Inheritance",
"category" : "Document",
"requires" : null,
"description" : "Block the permission inheritance on the input document(s). Returns the document(s).",
"url" : "Document.BlockPermissionInheritance",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "acl",
"description" : "ACL name.",
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "local" ]
} ]
}